POST
Get Users
http://localhost/easyweb.com/api/communication/get

Username : electrocom
Password : electrocom

Request: 
	"from-date": 01/06/2025,
	"to-date": 01/06/2025
        "usertype": "O",  O/U
        "userid": "8",
        "sent-received": "received", sent/received
        "read": "Y", Y/N
        
Response:

{
    "status": 1,
    "msgcode": "SUCCESS",
    "message": "Communication Data.",
    "data": [
        {
            "owner": "Owner 1",
            "user": "User 11",
            "sender": "U",
            "product": "",
            "title": "Reply 1",
            "description": "Thhis is test post",
            "attachment1": "http://localhost/easyweb.com/uploads/communication//2025/06/attachment1-20250602154938.pdf",
            "attachment2": "",
            "attachment3": "",
            "attachment4": "",
            "attachment5": "",
            "remark": "test",
            "read": "N",
            "open": "Y",
            "ownerfav": "N",
            "userfav": "N",
            "created_at": "02/06/2025 15:49:38",
            "updated_at": "02/06/2025 15:49:38"
        },
        {
            "owner": "Owner 1",
            "user": "User 11",
            "sender": "U",
            "product": "",
            "title": "Reply 1",
            "description": "Thhis is test post",
            "attachment1": "http://localhost/easyweb.com/uploads/communication//2025/06/attachment1-20250602125956.pdf",
            "attachment2": "",
            "attachment3": "",
            "attachment4": "",
            "attachment5": "",
            "remark": "test",
            "read": "N",
            "open": "Y",
            "ownerfav": "N",
            "userfav": "N",
            "created_at": "02/06/2025 12:59:56",
            "updated_at": "02/06/2025 12:59:56"
        }
    ]
}